1 281 enregistrements

Répertoire géographique des communes d'Île-de-France

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
DEP
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dep
Type
int
Exemple
78
COM
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
com
Type
int
Exemple
289
ARRD
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
arrd
Type
int
Exemple
2
CANT
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cant
Type
int
Exemple
15
ADMI
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
admi
Type
int
Exemple
6
POPU
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popu
Type
int
Exemple
9
ECARTS_POPU
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ecarts_popu
Type
texte
Exemple
Entre 0 et 1000 habitants
SURFACE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
surface
Type
texte
Exemple
1243
NOM
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom
Type
texte
Exemple
GROSROUVRE
XLAMB2
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
xlamb2
Type
texte
Exemple
5578
YLAMB2
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ylamb2
Type
texte
Exemple
24206
XLAMBZ
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
xlambz
Type
texte
Exemple
5578
YLAMBZ
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ylambz
Type
texte
Exemple
11203
XLAMB93
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
xlamb93
Type
int
Exemple
6091
YLAMB93
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ylamb93
Type
int
Exemple
68543
LONGI_GRD
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
longi_grd
Type
int
Exemple
-638
LATI_GRD
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lati_grd
Type
texte
Exemple
54202
LONGI_DMS
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
longi_dms
Type
texte
Exemple
14544
LATI_DMS
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lati_dms
Type
texte
Exemple
484656
ZMIN
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
zmin
Type
texte
Exemple
119
ZMAX
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
zmax
Type
texte
Exemple
185
WGS84
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
wgs84
Type
geo_point_2d
Exemple
[48.78244901,1.76255385]

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"repertoire_geeographique_des_communes_d_ile-de-france",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/repertoire_geeographique_des_communes_d_ile-de-france"
      }
    ]
    ,
  • "definitions":
    {
    • "repertoire_geeographique_des_communes_d_ile-de-france":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/repertoire_geeographique_des_communes_d_ile-de-france_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "repertoire_geeographique_des_communes_d_ile-de-france_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "dep":
                {
                • "type":"integer",
                • "title":"DEP",
                • "description":""
                }
                ,
              • "com":
                {
                • "type":"integer",
                • "title":"COM",
                • "description":""
                }
                ,
              • "arrd":
                {
                • "type":"integer",
                • "title":"ARRD",
                • "description":""
                }
                ,
              • "cant":
                {
                • "type":"integer",
                • "title":"CANT",
                • "description":""
                }
                ,
              • "admi":
                {
                • "type":"integer",
                • "title":"ADMI",
                • "description":""
                }
                ,
              • "popu":
                {
                • "type":"integer",
                • "title":"POPU",
                • "description":""
                }
                ,
              • "ecarts_popu":
                {
                • "type":"string",
                • "title":"ECARTS_POPU",
                • "description":""
                }
                ,
              • "surface":
                {
                • "type":"string",
                • "title":"SURFACE",
                • "description":""
                }
                ,
              • "nom":
                {
                • "type":"string",
                • "title":"NOM",
                • "description":""
                }
                ,
              • "xlamb2":
                {
                • "type":"string",
                • "title":"XLAMB2",
                • "description":""
                }
                ,
              • "ylamb2":
                {
                • "type":"string",
                • "title":"YLAMB2",
                • "description":""
                }
                ,
              • "xlambz":
                {
                • "type":"string",
                • "title":"XLAMBZ",
                • "description":""
                }
                ,
              • "ylambz":
                {
                • "type":"string",
                • "title":"YLAMBZ",
                • "description":""
                }
                ,
              • "xlamb93":
                {
                • "type":"integer",
                • "title":"XLAMB93",
                • "description":""
                }
                ,
              • "ylamb93":
                {
                • "type":"integer",
                • "title":"YLAMB93",
                • "description":""
                }
                ,
              • "longi_grd":
                {
                • "type":"integer",
                • "title":"LONGI_GRD",
                • "description":""
                }
                ,
              • "lati_grd":
                {
                • "type":"string",
                • "title":"LATI_GRD",
                • "description":""
                }
                ,
              • "longi_dms":
                {
                • "type":"string",
                • "title":"LONGI_DMS",
                • "description":""
                }
                ,
              • "lati_dms":
                {
                • "type":"string",
                • "title":"LATI_DMS",
                • "description":""
                }
                ,
              • "zmin":
                {
                • "type":"string",
                • "title":"ZMIN",
                • "description":""
                }
                ,
              • "zmax":
                {
                • "type":"string",
                • "title":"ZMAX",
                • "description":""
                }
                ,
              • "wgs84":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"WGS84",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Réutilisations

    Cliquez pour déplier Cliquez pour replier

    Soumettre une réutilisation

    Cliquez pour déplier Cliquez pour replier

    Votre nom sera affiché publiquement avec votre réutilisation

    Votre prénom sera affiché publiquement avec votre réutilisation

    Votre email ne sera pas affiché publiquement et sera seulement utilisé par un administrateur pour vous contacter.

    Courte description de votre travail (max. 50 caractères)

    Une description de ce que vous avez fait en utilisant ce jeu de données (max. 1000 caractères)

    Une URL où votre travail est accessible publiquement

     ou 

    (facultatif) Une URL ou une image pour présenter votre travail

    false

    Jeux de données similaires

    • Shape Created with Sketch.
      Communes - Île-de-France
      Ce jeu de données fait partie du "référentiel géographique" Opendatasoft. Ces données sont utilisées dans les processeurs et outils de la plateforme. Ces données ont été créées à partir de plusieurs sources de données différentes.   
    • Les données de population publiées par l'INSEE entrent en vigueur au 1er janvier ; elles sont basées sur les divisions administratives au 1er janvier de l'année précédente (N-1) et sur le recensement de l'année N-3. Ce jeu de données contient les données relatives aux populations légales des communes et arrondissements municipaux pour les années 2018, 2019, 2020, 2021, 2022, 2023.
    • Le code officiel géographique rassemble les codes et libellés des communes, des cantons, des arrondissements, des départements, des régions, des collectivités d'outre-mer et des pays et territoires étrangers au 1er janvier de chaque année.
    • Shape Created with Sketch.
      Contours...Iris®
      [Édition 2024] La base de données de référence pour la diffusion infra-communale des résultats du recensement de la population par Iris, de précision décamétrique.